home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / Apache / wwwcount2.4 / wcount / conf / count.cfg
Text File  |  1997-11-23  |  2KB  |  65 lines

  1. #######
  2. # configuratin file for Count 2.4
  3. # Automatically generated from user input by the script Gen-conf
  4. # Created on: Tue Oct 21 17:43:28 EDT 1997
  5. # Edit by hand, if you need to add something
  6. ##############################################
  7. ####
  8. # BLOCK 1
  9. # Allow automatic datafile creation or not
  10. # it's a required block. 1 means allow, 0 means do not allow.
  11. ####
  12. {
  13. 0
  14. }
  15. ###
  16. # BLOCK 2
  17. # run the program in strict mode or not.
  18. # it's a required block. 1 means strict, 0 means not strict.
  19. ###
  20. {
  21. 1
  22. }
  23. ####
  24. # BLOCK 3
  25. # Allow to use RGB color database. 1 means allow, 0 means don't.
  26. # convenient to use because colorname e.g., red, gold etc can
  27. # be used instead of rgb components of the color, however it's
  28. # very inefficient to lookup.
  29. ####
  30. {
  31. 1
  32. }
  33. ####
  34. # BLOCK 4
  35. # Ignore count block, you might want to ignore the local sites.
  36. # If you do not want to ignore any hosts from
  37. # counting, just put { on one line and } on the next line but make sure
  38. # the braces exist!
  39. # It's a required block.
  40. ##
  41. # netmasks can be used to ignore a entire network or a specific
  42. # range of hosts in the network. Read the counter documentation to
  43. # know about netmasks. Wild carding can be used.
  44. # one item per line.
  45. #131.249.*
  46. ####
  47. {
  48. }
  49. ####
  50. # BLOCK 5
  51. # Auth block
  52. # All possible names and IP addresses by which your host can be referred.
  53. # These hosts can access the counter remotely or locally. Host running
  54. # the http server must exist here. Wild card can be used.
  55. # one item per line.
  56. ##
  57. {
  58. *.fccc.edu*
  59. www
  60. 131.249*
  61. www
  62. test.counter.com
  63. localhost
  64. }
  65.